gnomeos: Add python-misc too so we get argparse
authorColin Walters <walters@verbum.org>
Wed, 28 Dec 2011 16:31:50 +0000 (11:31 -0500)
committerColin Walters <walters@verbum.org>
Wed, 4 Jan 2012 00:04:17 +0000 (19:04 -0500)
For some reason in the current yocto argparse is in python-misc.

gnomeos/yocto/classes/gnomeos-contents.bbclass

index 71a22fa1fdc05150835de2097edb5ed518d874d6..92a1332109753b44d1d5128dd1b15dade5973e28 100644 (file)
@@ -13,7 +13,8 @@ PACKAGE_INSTALL = "task-core-boot \
                   strace \
                   bash \
                   ncurses \
-                  python-modules"
+                  python-modules \
+                  python-misc"
 
 RDEPENDS += "${PACKAGE_INSTALL}"
 DEPENDS += "makedevs-native virtual/fakeroot-native"